

/*首页参数*/

/*index-wendang start*/	
.index-wendang{
	position:relative;
	width:100%;
	background-color:#506A85;
	color:#FFFFFF;
	height:auto;
	line-height: 35px;
	}
.index-wendang-left{ float:left; width:80%;color:#ffffff; font-size:22px; margin: 0px; padding:20px 0px; font-weight:bold; }
.index-wendang-right{ float:left; width:20%;background-color:#3C5168; vertical-align:middle; padding:40px 0px;}

.index-wendang-right a {color:#fff;font-size:24px; font-weight:bold;
}
.index-wendang-right a:hover {color:#fff;font-size:24px; font-weight:bold;
}

.index-wendang-right:hover { background-color:#3C5168; text-decoration:underline; }
.index-wendang-right-center { text-align:center; }
/*index-wendang end*/	

/*sy-ty1 start*/

.sy-ty1{
	position:relative;
	width:100%;
	text-align:center;
	padding:60px 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
	.sy-ty1-neirong{line-height:36px; padding:0 10px;}
	.sy-ty1-title{
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:10px;
	}
	.sy-ty1-title a:hover{
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	}
	.sy-ty1-contact,.sy-ty1-contact a,.sy-ty1-contact a:hover{
	color:#FFFFFF;
	font-size:16px;
	padding-bottom:10px;
	}
	.sy-ty1-more { float:none; clear:both; margin:10px 0; }
.sy-ty1-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 25px;background-color:#506A85; border:0px solid #999; color:#ffffff; transition:all 0.5s ease 0s;-moz-border-radius: 6px; -webkit-border-radius: 6px;  
BORDER-bottom: #3C5168 3px solid;
}
.sy-ty1-more a:hover { background-color:#3C5168; border-color:#999; color:#fff; text-decoration:none; -moz-border-radius: 6px; -webkit-border-radius: 6px; BORDER-bottom: #3C5168 3px solid;text-align:center;}	
/*sy-ty1 end*/	
	



/*首页产品分类图片1参数开始*/
.sy_profl{overflow:auto;}
.sy_profl_imgall{ width:32%;}
.sy_profl_imgall{overflow:hidden;border-bottom:0px solid #d3d3d3;padding-top:20px; padding-bottom:20px;}
.sy_profl_img{ border: 1px solid #d3d3d3;overflow: hidden; display: table-cell; vertical-align: middle; text-align: center;width: 170px; height: 170px; line-height: 170px; 
-webkit-border-radius: 10px;-moz-border-radius: 10x;border-radius: 10px;}
.sy_profl_img:hover{border: 1px solid #506A85;}
.sy_profl_img img{max-width:170px;max-height:170px;}
.sy_profl_img_right{float:left; width:48%;}
.sy_profl_img_right_title_hangju{font-weight:bold;line-height:30px;}
.sy_profl_img_right_title_hangju a{}
.sy_profl_img_right_hangju{line-height:30px;}
.sy_profl_img_more{
	display:inline-block;
	float:left;
	color:#333333;
	background:#ffffff;
	margin-top:10px;
	padding:0px 10px;
	border: 1px solid #d3d3d3; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30x;
	border-radius: 30px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
.sy_profl_img_more:hover{
     color:#FFF;
	background:#3C5168;
	border: 1px solid #d3d3d3; 
	}
/*首页产品分类图片1参数结束*/



/*pro_ul start*/

.container_pro {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  width: 100%;
}
	
.pro_ul * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pro_ul .clearfix {
  _zoom: 1;
}
.pro_ul .clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.pro_ul .clear {
  overflow: hidden;
  _zoom: 1;
}

.pro_ul img {
  max-width: 100%;
  border: 0;
  
}
.pro_ul .vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.pro_ul a {
  color: #333333;
  text-decoration: none;
}
.pro_ul a:hover {
  color: #506A85;
  text-decoration: none;
}

.pro_ul h3,
.pro_ul ul,
.pro_ul li {
  margin: 0;
  padding: 0;
   list-style: none;
   font-weight:lighter;
}

.pro_ul h3 a {
  color: #333333;
  text-decoration: none;
}
.pro_ul h3:hover {
  color: #506A85;
  text-decoration: none;
}



.pro_ul {
  padding: 0% 10px;
  overflow: hidden;
}

.pro_ul .pro_ul_we {
-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
}

.pro_ul .pro_ul_we:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
	-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
	}


.pro_ul .pro_ul_we a img{filter: alpha(opacity=100);opacity: 0.9; transition: all 1s ease-out; -moz-transition: all 1s ease-out; -ms-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;}
.pro_ul .pro_ul_we a:hover img{transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}
.pro_ul .pro_ul_we a:hover img{filter:alpha(opacity=100); opacity:1; -khtml-opacity:0.8;opacity:0.8;-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;}


.pro_ul_we_huanhang_td_4{ clear:both;}

.pro_ul_we_huanhang_td_8{ clear:both;}

.pro_ul .pro_ul_we {
  width: 22.75%;
  float: left;
  margin-right:3%;
  margin-bottom:3%;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  background-color:#ffffff;
  border:#d3d3d3 1px solid;
  padding:5px;   
}
.pro_ul .pro_ul_we:nth-child(4n+4) {
  margin-right: 0px;
}
.pro_ul .pro_ul_we:nth-child(4n+4):after {
  display: none;
}
	
.pro_ul .pro_ul_we .pic {
  position: relative;
  overflow: hidden;
}
.pro_ul .pro_ul_we .pic i {
  display: block;
  padding-bottom:100%;
}
.pro_ul .pro_ul_we .pic .zhe_a {
  background-color:rgba(0,0,0,0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}

.pro_ul .pro_ul_we:after {
  position: absolute;
}
.pro_ul .pro_ul_we:before {
  position: absolute;
}
.pro_ul .pro_ul_we .text {
  padding: 3% 0px 10%;
  text-align:center;
}
.pro_ul .pro_ul_we .text h3 {
  color: #333333;
  line-height: 30px;
  width: 98%;
}

/*产品more按钮 开始*/
.product-more { float:none; clear:both; margin:10px 0; }
.product-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 25px;background-color:#506A85; border:0px solid #999; color:#ffffff; transition:all 0.5s ease 0s;-moz-border-radius: 6px; -webkit-border-radius: 6px;  
BORDER-bottom: #3C5168 3px solid;
}
.product-more a:hover { background-color:#3C5168; border-color:#999; color:#fff; text-decoration:none; -moz-border-radius: 6px; -webkit-border-radius: 6px; BORDER-bottom: #3C5168 3px solid;}
.product-more-center { text-align:center; }
/*产品more按钮 结束*/

.pro_ul .pro_ul_we:hover .pic .zhe_a {
  display: block;
}
.pro_ul .pro_ul_we:hover .text span {
  background: #0083c7;
}


@media (max-width: 640px) {
  .pro_ul .pro_ul_we {
    width: 48%;
    margin-right: 4%;
  }

  .pro_ul .pro_ul_we:nth-child(3n+3) {
    margin-right: 4%;
  }
  .pro_ul .pro_ul_we:nth-child(3n+3):after {
    display: block;
  }
   .pro_ul .pro_ul_we:nth-child(5n+5) {
    margin-right: 4%;
  }
  .pro_ul .pro_ul_we:nth-child(5n+5):after {
    display: block;
  }
   .pro_ul .pro_ul_we:nth-child(7n+7) {
    margin-right: 4%;
  }
  .pro_ul .pro_ul_we:nth-child(7n+7):after {
    display: block;
  }
  .pro_ul .pro_ul_we:nth-child(2n+2) {
  clear:none;
    margin-right: 0px;
  }
  .pro_ul .pro_ul_we:nth-child(2n+2):after {
    display: none;
  }
}

/*pro_ul end*/

/*index_hot_product*/
.index-arr-product{
	position:relative;
	width:100%;
	overflow:hidden;
	background-color:#FAFBFB;
	BORDER-bottom: #E0E0E0 1px solid;
	padding:30px 0 60px 0; /*sy title hot products*/
	}	
.index-arr-product 	.arr-product-slides{
	position:relative;
	width:100%;
	padding:0 0 30px;
	}
	
	
.index-arr-product-tit-bar .item-header{text-align:center;padding:30px 0;}
.index-arr-product-tit-bar .item-title a{display:inline-block;color:#333333;font-size:24px; margin:0 30px; padding:10px 30px;border: 1px solid #506A85; -moz-border-radius: 100px; -webkit-border-radius: 100px; }
.index-arr-product-tit-bar .item-title a:hover{display:inline-block;color:#333333;font-size:24px;border: 1px solid #3C5168;}
.index-arr-product-tit-bar .item-header .line{width:28%;display:inline-block;border-top:1px solid #cccccc;margin-bottom:10px}

.index_hot_product_td_img_all{
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0px;
  padding-bottom: 10px; 
  margin-bottom: 20px;
  background-color:#FFFFFF;
  border:#d3d3d3 1px solid;
  -moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
  }
  .index_hot_product_td_img_all:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
	-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
	}

.index_hot_product_td_img a, .index_hot_product_td_img_gd a{display:block;}
.index_hot_product_td_img a:hover, .index_hot_product_td_img_gd a:hover{background:#fff;}
.index_hot_product_td_img a:hover img, .index_hot_product_td_img_gd a:hover img{filter:alpha(opacity=80);-khtml-opacity:0.8;opacity:0.8;-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;}

.index_hot_product_td_img a img{filter: alpha(opacity=90);opacity: 0.9; transition: all 1s ease-out; -moz-transition: all 1s ease-out; -ms-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;}
.index_hot_product_td_img a:hover img{filter:alpha(opacity=100); opacity:1; transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}

.index_hot_product{ margin-bottom: 10px; }
.index_hot_product_main{ margin:0 auto;padding: 20px 0 0 0;}
.index_hot_product_tr{}
.index_hot_product_td{ float: left;overflow:hidden; margin-bottom:15px;}

.index_hot_product_td_img{ border: 0px solid #d3d3d3; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center;width: 250px; height: 250px; line-height: 250px;}
.index_hot_product_td_img:hover{border: 0px solid #d3d3d3;}

.index_hot_product_td_img img{max-width:250px;max-height:250px;}
.index_hot_product_td_text{ overflow:hidden; padding-top:10px;}
.index_hot_product_td_text a{ color: #333333;}
.index_hot_product_td_text a:hover{ color: #506A85;}
.index_hot_product_td_name{ text-align: center; line-height: 26px;}
.pro_border_hui{border:#d3d3d3 1px solid; }
.pro_border_hui1{border:#d3d3d3 1px solid;  }

/*index_hot_product end*/

/*首页热门产品板块 开始*/
.tabbox{text-align:center;}
.tabbox li{margin:0;padding:0;list-style:none;}
.tabbox .tab{overflow:hidden; display:inline-block; *display:inline; *zoom:1;  }
.tabbox .tab a{ float:left; display:block; margin:10px 10px 10px 10px; padding:0 30px; line-height:42px; background-color:#e5e5e5; font-size:16px; color:#808080; text-decoration:none; cursor:pointer; transition:all 0.1s ease 0s;-moz-border-radius: 10px; -webkit-border-radius: 10px;  }
.tabbox .tab a:hover{ background-color:#E5E5E5; text-decoration:none;BORDER-bottom: #3C5168 3px solid;}
.tabbox .tab a.on{background:#506A85;color:#fff;text-decoration:none;BORDER-bottom: #3C5168 3px solid;}
.tabbox .content{overflow:hidden;}
.tabbox .content li{display:none;}
.tab-more { float:none; clear:both; margin-top:30px; }
.tab-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 35px; border:2px solid #999; color:#666; transition:all 0.5s ease 0s; }
.tab-more a:hover { background-color:#506A85; border-color:#3C5168; color:#fff; text-decoration:none; }
.tab-more-center { text-align:center; }

/*首页热门产品板块 结束*/

/*产品more按钮 开始*/
.product-more { float:none; clear:both; margin:10px 0; }
.product-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 25px;background-color:#506A85; border:0px solid #999; color:#ffffff; transition:all 0.5s ease 0s;-moz-border-radius: 6px; -webkit-border-radius: 6px;  
BORDER-bottom: #3C5168 3px solid;
}
.product-more a:hover { background-color:#3C5168; border-color:#999; color:#fff; text-decoration:none; -moz-border-radius: 6px; -webkit-border-radius: 6px; BORDER-bottom: #3C5168 3px solid;}
.product-more-center { text-align:center; }
/*产品more按钮 结束*/

@media screen and (max-width: 1200px) {
/*首页热门产品板块 开始*/
.tabbox{text-align:center; }
.tabbox li{margin:0;padding:0;list-style:none;}
.tabbox .tab{overflow:hidden; display:inline-block; *display:inline; *zoom:1; width:100%;  }
.tabbox .tab a{ width:100%; display:block; margin:0px 5px 5px 5px; padding:0 0px; line-height:30px; background-color:#e5e5e5; font-size:14px; color:#808080; text-decoration:none; cursor:pointer; transition:all 0.5s ease 0s;}
.tabbox .tab a:hover{ background-color:#E5E5E5; text-decoration:none;}
/*.tabbox .tab a.on{background:#3886C8;color:#fff;text-decoration:none;}*/
.tabbox .content{overflow:hidden;}
.tabbox .content li{display:none;}
.tab-more { float:none; clear:both; margin-top:30px; }
.tab-more a { display:inline-block; *display:inline; *zoom:1; line-height:34px; padding:0 35px; border:2px solid #999; color:#666; transition:all 0.5s ease 0s; }
/*.tab-more a:hover { background-color:#3886C8; border-color:#01adee; color:#fff; text-decoration:none; }*/
.tab-more-center { text-align:center; }
/*首页热门产品板块 结束
}
*/
}


/*home_pro start*/
.home_pro {
background-color:#F9F9F9;
  padding:50px 0 80px 0; /*sy title home_pro*/
}
.home_pro .item-header{text-align:center;padding:30px 0; }
.home_pro .item-header .item-title a{display:inline-block;color:#333333;font-size:35px; margin:0 30px;border-bottom: 3px solid #506A85; border-top: 0px solid #506A85;padding:15px 0;}
.home_pro .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:35px; }
.home_pro .item-header .line{width:18%;display:inline-block;border-top:1px solid #506A85;margin-bottom:12px}

.home_pro .clearfix {
  _zoom: 1;
}
.home_pro .clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.home_pro .vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.home_pro a {
  color: #666;
}
.home_pro a:hover {
  text-decoration: none;
}
.home_pro h3,
.home_pro ul,
.home_pro li {
  margin: 0;
  padding: 0;
}

.home_pro * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.home_pro .pro_nei {
  max-width: 1200px;
  width: 98%;
  margin: auto;
}

.home_pro li {
  list-style: none;
}

.pro_com {
  padding-top: 3%;
}
.pro_com .p_left {
  width: 49.2%;
  float: left;
  position: relative;
     border: 1px dashed #dfdfdf;
}
.pro_com .p_left i {
  display: block;
  padding-bottom: 100%;
}
.pro_com .p_left .zhe_a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(images/zhe_bg.png);
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 30% 0px;
  display: none;
}
.pro_com .p_left .zhe_a img {
  max-width: 100%;
  max-height: 100%;
   border: 0;
}
.pro_com .p_left .zhe_a span {
  display: block;
  color: #fff;
  width: 98%;
  margin: auto;
}
.pro_com .p_left .zhe_a .zw {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5%;
}
.pro_com .p_left .zhe_a .yw {
  font-family: AvantGardeBook;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.pro_com .p_left:hover .zhe_a {
  display: block;
}
.pro_com .p_right {
  width: 49.5%;
  float: right;
}
.pro_com .p_right ul li {
  width: 48%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
   border: 1px dashed #dfdfdf;
}
.pro_com .p_right ul li:nth-child(2n+2) {
  margin-right: 0px;
}
.pro_com .p_right ul li .pic {
  position: relative;
}
.pro_com .p_right ul li .pic i {
  display: block;
  padding-bottom: 100%;
}
.pro_com .p_right ul li .zhe_a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(images/zhe_bg.png);
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 20% 0px;
  display: none;
}
.pro_com .p_right ul li .zhe_a img {
  max-width: 100%;
  max-height: 100%;
   border: 0;
}
.pro_com .p_right ul li .zhe_a span {
  display: block;
  color: #fff;
  width: 98%;
  margin: auto;
}
.pro_com .p_right ul li .zhe_a .zw {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5%;
}
.pro_com .p_right ul li .zhe_a .yw {
  font-family: AvantGardeBook;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.pro_com .p_right ul li:hover .zhe_a {
  display: block;
}


@media (max-width: 768px) {
  .pro_com .p_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_com .p_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pro_com .p_right {
    width: 100%;
  }
  .pro_com .p_right ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
/*home_pro end*/





/*内页产品板块 开始*/
/*内页产品板块 开始*/
/*内页产品板块 开始*/
/*内页产品板块 开始*/
/*内页产品板块 开始*/
/*内页产品板块 开始*/


/*ny_product*/
.ny_product{ margin-bottom: 10px; }
.ny_product_main{ margin:0 auto;padding: 20px 0 0 0;}
.ny_product_tr{}
.ny_product_td{ float: left;overflow:hidden; margin-bottom:15px;}
.ny_product_td_img{ overflow: hidden; display: table-cell; vertical-align: middle; text-align: center;width: 250px; height: 250px; line-height: 250px;}

.ny_product_td_img{
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0px;
  background-color:#FFFFFF;
  border:#d3d3d3 1px solid;
  -moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
  }
.ny_product_td_img:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
	-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
	}

.ny_product_td_img img{max-width:250px;max-height:250px;}
.ny_product_td_text{ overflow:hidden;padding-top:10px;}
.ny_product_td_text a{ color: #333333;}
.ny_product_td_text a:hover{ color: #506A85;}
.ny_product_td_name{ text-align: center; line-height: 26px;}
/*ny_product end*/


/*内页产品批量询盘按钮 start*/
.products_inquire{BORDER-BOTTOM: #CBCBC9 0px solid;background-color:#F3F3F3;padding:10px; text-align:right;vertical-align:top;margin-bottom:20px; width:98%;}
.products_inquire_n{margin:0; border:none; padding:0;cursor:pointer; padding:0 10px;height:28px; line-height:28px; }
/*内页产品批量询盘按钮 end*/

/*内页产品手机版产品多图 开始*/
.product-banner{
	position:relative;
	float:left;
	height:auto;
	}
.product-banner li,.product-banner li img{
	position:relative;
	width:100%;
	}
.product-banner li.slide-item,.product-banner li.slide-item img{
	position:relative;
	width:100%;
	max-width:500px;
	max-height:500px;
	}	
.product-banner .flex-control-nav {width: 100%; position: absolute; bottom:-50px; text-align: center; z-index:99; }
.product-banner .flex-control-nav li {margin: 0 8px;display: inline-block; zoom: 1; *display: inline; vertical-align:top;width: 11px; height: 11px;}
.product-banner .flex-control-paging li a {width: 10px; height: 10px; display: block; background:none; cursor: pointer; text-indent: -9999px; border-radius:50%; padding:0; border:none; background:#DBDBDB;}
.product-banner .flex-control-paging li a.flex-active { background: #FC7272; border:none;}
/*内页产品手机版产品多图 结束*/





	
/*内页新闻单页面图片参数开始*/
.ny_img{overflow:hidden;border-bottom:1px solid #d3d3d3;padding-top:20px; padding-bottom:20px;}
.ny_img1{ float:left; border: 0px solid #d3d3d3;overflow: hidden; display: table-cell; vertical-align: middle; text-align: center;width: 180px; height: 180px; line-height: 180px; margin-right:20px;}
.ny_img1:hover{border: 0px solid #d3d3d3;}
.ny_img1 img{max-width:180px;max-height:180px;}
.ny_img1_right{float:left; width:75%;}
.ny_img1_right_title_hangju{font-size:15px;font-weight:bold;line-height:30px;}
.ny_img1_right_title_hangju a{font-size:15px;}
.ny_img1_right_hangju{line-height:30px;}
/*内页新闻单页面图片参数结束*/

/*产品板块*/
.left_contactny{margin:5px; line-height:30px;}

.ny_product_td_img a{display:block;}
.ny_product_td_img a:hover{background:#fff;}
.ny_product_td_img a:hover img{filter:alpha(opacity=80);-khtml-opacity:0.8;opacity:0.8;-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;}

.products_right_ny{BORDER-BOTTOM: #E0E0E0 0px solid;BORDER-left: #E0E0E0 0px solid;BORDER-right: #E0E0E0 0px solid;}
.hrstyle{BORDER-BOTTOM: #E0E0E0 1px solid; line-height:45px; vertical-align:middle;}
.hangju{line-height:35px; padding:10px 10px 5px 0px;}
.hangju img{}
.products_detail{BORDER-BOTTOM: #E0E0E0 1px solid; line-height:40px; font-size:16px;font-weight:normal; padding-left:5px; }
.products_di{ margin-top:10px;}
.products_di_nr{ padding-top:10px;}

.products-list{
margin:20px 0 0 0;
}	

.ny_sy_products-title {
font-size:15px;
font-weight:bold;
	}
	
.products-more{
	display:inline-block;
	color:#FFF;
	background:#506A85;
	margin-top:0px;
	padding:0px 15px;
	line-height:30px;
	margin-top:10px;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30x;
	border-radius: 30px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
	
.products-more:hover{
     color:#FFF;
	background:#3C5168
	}	

/*内页产品分类图片1参数开始*/
.ny_profl{overflow:auto; margin:0 10px;}
.ny_profl_imgall{ width:49%;}
.ny_profl_imgall{overflow:hidden;border-bottom:0px solid #d3d3d3;padding-top:20px; padding-bottom:20px;}
.ny_profl_img{ border: 1px solid #d3d3d3;overflow: hidden; display: table-cell; vertical-align: middle; text-align: center;width: 170px; height: 170px; line-height: 170px;
-webkit-border-radius: 10px;-moz-border-radius: 10x;border-radius: 10px;}
.ny_profl_img:hover{border: 1px solid #506A85;}
.ny_profl_img img{max-width:170px;max-height:170px;}
.ny_profl_img_right{float:left; width:40%;}
.ny_profl_img_right_title_hangju{font-weight:bold;line-height:30px;}
.ny_profl_img_right_title_hangju a{}
.ny_profl_img_right_hangju{line-height:30px;}
.ny_profl_img_more{
	display:inline-block;
	float:left;
	color:#333333;
	background:#ffffff;
	margin-top:10px;
	padding:0px 10px;
	border: 1px solid #d3d3d3; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30x;
	border-radius: 30px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
.ny_profl_img_more:hover{
     color:#FFF;
	background:#3C5168;
	border: 1px solid #d3d3d3; 
	}
/*首页产品分类图片1参数结束*/


/*内页产品板块 结束*/
/*内页产品板块 结束*/
/*内页产品板块 结束*/
/*内页产品板块 结束*/
/*内页产品板块 结束*/
/*内页产品板块 结束*/


/*内页开始*/	
/*内页开始*/	
/*内页开始*/	
/*内页开始*/	
/*内页开始*/	


/*左侧友情链接 开始*/
.side-bn{
	max-width:100%;
	margin:0 0 25px 0;
	}		
.side-bn img{
	max-width:100%
	}
/*左侧友情链接 结束*/

/*内页左侧板块  结束*/

/*内页右侧侧板块  开始*/
.main{
	}
.main_kuanping{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
	}		
	
.main-tit-bar{
	line-height:33px;
	overflow:hidden;
	border-bottom:1px solid #E0E0E0;
	padding:0 0 5px;
	}	
.main-tit-bar .title{
	font-size:18px;
	line-height:33px;
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	position:relative;
	font-weight:normal;
	padding-left:5px;
	}
	
.main-tit-bar .share-this{display:inline;float:right; margin:0 10px 0 0;}
	
	
.main-banner{
	position:relative;
	display:block;
	}	
.main-banner-cont{
	border-top:none;
	padding:15px 0;
	display:block;
	overflow:hidden;
	}	
.main-banner .slide-banners{ height:auto; margin:0 0 8px 0;}
.main-banner .slide-banners .slide-item{height:auto;}
.main-banner .slide-banners .slide-item img{width:100%;}

.product-list{
	position:relative;
	overflow:hidden;
	background:#FFF;
	margin:0px 0 0;
	}
.product-list ul{
	position:relative;
	width:115%;
	}	
.product-list ul{
	width:243px;
	margin:0 38px 38px 0;
	}	
/*内页右侧侧板块 结束*/




/*内页留言输入框 开始*/
	  #message{
	margin-bottom: 30px;
}
#message .form-group{
margin:10px 0 0 0;

}
#message .form-group label{
line-height:35px;
	font-weight: normal;
	font-size: 15px;
	color: #696E6E;
}	

#message .form-control{
width:95%;
	background: #F9F8F8;
	padding: 10px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	box-shadow: none;
}
#message .form-control:focus {
  border-color: #1C355E;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#message .form-control1{
width:30%;
	background: #F9F8F8;
	padding: 10px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	box-shadow: none;
}
#message .form-control1:focus {
  border-color: #1C355E;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.red{ color:#FF0000;}

#message .btn-submit{
	background: #1C355E;
	border: 2px solid #0F2550;
	color: #fff;
	height:40px;
	margin-right:20px;
	padding:0 10px;
}
#message .btn-submit:hover{
	background: #0F2550;
	border: 2px solid #0F2550;
	color: #fff;
}
#message .btn-reset{
	background: #1C355E;
	border: 2px solid #0F2550;
	color: #fff;
	height:40px;
	margin-right:20px;
	padding:0 10px;
}
#message .btn-reset:hover{
	background: #0F2550;
	border: 2px solid #0F2550;
	color: #fff;
}
#message .feedback-tips{
	color: #E74C3C;
	line-height: 22px;
	padding-top: 20px;
}
/*内页留言输入框 结束*/

/*内页结束*/	
/*内页结束*/	
/*内页结束*/	
/*内页结束*/	
/*内页结束*/	

/*底部开始*/
.foot{width:100%; border-top:#cccccc 0px solid;color:#ffffff;line-height:35px; padding:20px 0 20px 0; text-align:center;margin:0px auto;} 
.foot a{color:#ffffff;}
.foot a:hover{color:#ffffff;}
.footall{position:relative;width:100%; background-color:#1C355E; }
.fanyi a{}
.fanyi a:hover {}
/*底部结束*/

 /* 底部分享 开始 */
.newsletter-sns{ border-top: 1px solid #E0E0E0; margin-top:0px; padding:50px 0; color:#888888; background:#f9f9f9; overflow:hidden; -moz-box-shadow:inset 0 10px 10px rgba(0,0,0,.02); -webkit-box-shadow:inset 0 10px 10px rgba(0,0,0,.02); box-shadow:inset 0 10px 10px rgba(0,0,0,.02);}
.newsletter-sns h3{ margin-bottom:24px; font-size:24px; color:#333333; font-weight:inherit;}
.newsletter-sns .newsletter{ float:left;}
.newsletter-sns .newsletter form{ margin-bottom:20px; display:inline-block; position:relative;}
.newsletter-sns .newsletter .wpcf7-not-valid-tip, .newsletter-sns .newsletter .wpcf7-firstname-not-valid-tip{ position:absolute; top:4px; left:7px; padding:5px 10px; width:210px; text-align:left; line-height:24px; font-size:12px; color:#f00; background:#fff; display:inline-block;}
.newsletter-sns .newsletter .wpcf7-firstname-not-valid-tip{ left:inherit; right:105px;}
.newsletter-sns .newsletter .newsletter-email, .newsletter-sns .newsletter .newsletter-firstname, .newsletter-code,.newsletter-sns .newsletter input[type="text"]{ margin-right:12px; padding:5px 10px; line-height:30px; font-size:13px; border:1px solid #dadde0; color:#999; background:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease;}
.newsletter-sns .newsletter .newsletter-submit, .newsletter-sns .newsletter input[type="submit"]{ padding:5px 16px; line-height:30px; font-size:13px; font-weight:700; border:none; color:#fff; background:#EF5C32; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease;}
.newsletter-sns .newsletter input[type="text"]:hover, .newsletter-sns .newsletter input[type="email"]:hover{ border-color:#506A85;}
.newsletter-sns .newsletter input[type="submit"]:hover{ background:#3C5168;}
.newsletter-sns .newsletter p{ max-width:620px; line-height:20px; color:#aaaaaa;}

.sns{ float:right;}
.sns a{ margin-right:6px; width:40px; height:40px; text-indent:-9999px; display:inline-block; background:url(/images/v_public/zm21style/icon-sns.png) no-repeat 0 0; cursor:pointer; border-radius:50px; -moz-border-radius:50px; border-radius:50px; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease;}
.sns a:hover{ margin-top:-5px; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}
.sns a#i_facebook{ background-position:0 0;}
.sns a#i_twitter{ background-position:-51px 0;}
.sns a#i_linkedin{ background-position:-102px 0;}
.sns a#i_skype{ background-position:-153px 0;}
.sns a#i_googleplus{ background-position:-306px 0;}
.sns a#i_youtube{ background-position:-255px 0;}
.sns a#i_instagram{ background-position:-357px 0;}
.sns a#i_pinterest{ background-position:-204px 0;}
.sns a#i_qq{ background-position:-408px 0;}
.sns a#i_email{ background-position:-459px 0;}
.sns a#i_flickr{ background-position:-510px 0;}
.sns #weixin{ padding:10px; text-align:center; background:#333; display:none; position:absolute; left:4px; bottom:30px; z-index:999;}
.sns #weixin img{ display:block;}
@media screen and (max-width: 769px) {
.newsletter{ clear:both;}
.newsletter-email{ clear:both;}
.newsletter-firstname{margin-top:20px; clear:both;}
.newsletter-submit{margin-top:20px; clear:both;}
.newsletter-code{margin-top:20px; clear:both;}
.sns{clear:both; margin-top:20px; float:left;}
}

/*底部分享 结束*/

/*友情链接开始*/
.footall{position:relative;width:100%;}
.link_tu{padding-top:5px; text-align:center;}
.link_tu_foot {margin-top:0px; margin-bottom:0px;padding:10px 5px 10px 5px;margin:0px auto;}
.link_tu img{ line-height:30px; padding:10px 5px 5px 10px; }
/*友情链接结束*/

/*top 开始*/
.gotop{display:block;width:45px;height:40px;padding:5px 0 0;line-height:40px;text-align:center;background-image:url(/images/top.png);background-position:center 9px;background-repeat:no-repeat;background-color:#506A85;position:fixed;right:20px;bottom:40px;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;opacity:0.3;
	-moz-opacity:30;
	filter:alpha(opacity=30);}
.gotop:hover{-moz-transform:translateY(-6px);-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);opacity:1;
	-moz-opacity:100;
	filter:alpha(opacity=100);}
/*top 结束*/

/*分页样式*/
#page {padding:8px; margin: 3px;  text-align: center; clear:both;}
#page a{border:#01B0ED 1px solid; padding:2px 5px; margin:2px; color:#01B0ED; text-decoration:none;}
#page a:hover{color:#FFFFFF; background:#01B0ED;}
#page span.current{border:#01B0ED 1px solid;padding:2px 5px; margin:2px;color: #FFFFFF;background:#01B0ED;}
#page span.disabled{border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #DDDDDD;}
#page span.text {border:#CCCCCC 1px solid;padding:2px 5px; margin:2px;color: #666666;}








@media screen and (max-width: 1200px) {
/*内页新闻单页面图片参数开始*/
.ny_img1_right{float:left; width:95%;}
/*内页新闻单页面图片参数结束*/

/*sy title*/
.index-info-tit-bar .item-header{text-align:center;padding:10px 0; }
.index-info-tit-bar .item-header .item-title a, .index-info-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.index-info-tit-bar .item-header .line{width:0%;}

.sy-tongyong-tit-bar .item-header{text-align:center;padding:10px 0; }
.sy-tongyong-tit-bar .item-header .item-title a, .sy-tongyong-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.sy-tongyong-tit-bar .item-header .line{width:0%;}

.about-tit-bar .item-header{text-align:center;padding:10px 0;}
.about-tit-bar .item-header .item-title a, .about-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.about-tit-bar .item-header .line{width:0%;}

.index-product-tit-bar .item-header{text-align:center;padding:50px 0 20px 0;}
.index-product-tit-bar .item-header .item-title a, .index-product-tit-bar .item-header .item-title a:hover{display:inline-block;color:#ffffff;font-size:26px; margin:0 20px;}
.index-product-tit-bar .item-header .line{width:0%;}

.index-arr-product-tit-bar .item-header{text-align:center;padding:10px 0;}
.index-arr-product-tit-bar .item-header .item-title a, .index-arr-product-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:22px; margin:0 20px;border: 0px solid #506A85; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.index-arr-product-tit-bar .item-header .line{width:0%;}

.home_pro-tit-bar .item-header{text-align:center;padding:10px 0;}
.home_pro-tit-bar .item-header .item-title a, .home_pro-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.home_pro-tit-bar .item-header .line{width:0%;}

.home_news-tit-bar .item-header{text-align:center;padding:10px 0;}
.home_news-tit-bar .item-header .item-title a, .home_news-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.home_news-tit-bar .item-header .line{width:0%;}

.index-news-tit-bar .item-header{text-align:center;padding:10px 0;}
.index-news-tit-bar .item-header .item-title a, .index-news-tit-bar .item-header .item-title a:hover{display:inline-block;color:#333333;font-size:26px; margin:0 20px;}
.index-news-tit-bar .item-header .line{width:0%;}


.index-info-wrap .index-info ul{
	position:relative;
	padding:20px 0;
	}	

/*index-wendang start*/	
.index-wendang{
	position:relative;
	width:100%;
	background-color:#506A85;
	color:#FFFFFF;
	height:auto;
	line-height: 35px;
	}
.index-wendang-left{ float:left; width:100%; font-size:18px; margin: 0px; padding:20px 10px; font-weight:bold; }
.index-wendang-right{ float:left; width:100%;background-color:#3C5168; vertical-align:middle; padding:20px 0px;}

.index-wendang-right a {color:#fff;font-size:18px; font-weight:bold;
}
.index-wendang-right a:hover {color:#fff;font-size:18px; font-weight:bold;
}

.index-wendang-right:hover { background-color:#3C5168; text-decoration:underline; }
.index-wendang-right-center { text-align:center; }
/*index-wendang end*/	

}

@media screen and (min-width: 770px) {
.products_xx_tu1{display: none;}
}
@media screen and (max-width: 769px) {
.products_xx_tu{display: none;}
.products_xx_tu1{ margin-top:10px;}
.products_intro{OVERFLOW-X: scroll; width:100%;HEIGHT: 100%}
.side-tit-bar{ background-color:#FFFFFF;}
.mobile-head-wrapper{background:#506A85;}
.mobile-serve .title-ico {background-color:#506A85;}
.sy_profl_imgall{ width:100%;}
.ny_profl_imgall{ width:100%;}
}

@media screen and (min-width: 384px) {
.property_8_br{display: none;}
}

@media screen and (min-width: 1201px) {



.index_hot_product_main{ width: 1200px;}

.index_hot_product_td{ float: left;overflow:hidden;padding:0 23px; }
.index_hot_product_td_text{ width:250px;overflow:hidden;}


.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}


/*ny_product start*/

.ny_product_main{ width: 905px;}

.ny_product_td{ float: left;overflow:hidden;padding:0 23.8333333333333px; }
.ny_product_td_text{ width:250px;overflow:hidden;}


.ny_product_td_3{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_9{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_15{ clear:both; height:0;}

/*ny_product end*/
}

@media screen and (min-width:1025px) and (max-width: 1200px) {


/*chanpinkuan start*/

.index_hot_product_td{ float: left;overflow:hidden;padding:0 -127px;}
.index_hot_product_td_text{ width:250px;overflow:hidden;}
/*chanpinkuan end*/




/*gd start*/
.index_hot_product_td_img_gd{ width:180px; height:180px;}
.index_hot_product_td_img_gd img{ max-height:180px;max-width:180px;}
.index_hot_product_td_gd{overflow:hidden;padding:0 0px; padding:15px 35px 15px 35px;}
.index_hot_product_td_text_gd{ width:180px; overflow:hidden;}
/*gd end*/


/*ny_product start*/


.main {
        width: 74%;padding-right:0px;
    }
	
.ny_product_td{ float: left;overflow:hidden;padding:0 62.44px;}
.ny_product_td_text{ width:250px;overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}
	
/*ny_product end*/
/*.menu{display: none;}
.menu1{display: none;}*/
}





@media screen and (min-width:901px) and (max-width: 1024px) {

/*chanpinkuan start*/

.index_hot_product_td{ float: left;overflow:hidden;padding:0 -127px;}
.index_hot_product_td_text{ width:250px;overflow:hidden;}
/*chanpinkuan end*/





/*ny_product start*/

.main {
        width: 74%;padding-right:0px;
    }
	
.ny_product_td{ float: left;overflow:hidden;padding:0 39.5px;}
.ny_product_td_text{ width:250px;overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}

/*ny_product end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:160px; height:160px;}
.index_hot_product_td_img_gd img{ max-height:160px;max-width:160px;}
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;padding:0px 32px 0px 32px;}
.index_hot_product_td_text_gd{ width:160px; overflow:hidden;}
/*gd end*/

	
/*.menu{display: none;}
.menu1{display: none;}*/
}

@media screen and (min-width:771px) and (max-width: 900px) {

    	
.zbrightsy_2 {
        width: 100%;padding-right:0px;
    }
	

	.syjj{display: none;}
/*chanpinkuan start*/

.index_hot_product_td{ float: left;overflow:hidden;padding:0 1.33333333333333px;}
.index_hot_product_td_text{ width:250px;overflow:hidden;}
/*chanpinkuan end*/


.index_hot_product_td_3{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}


/*ny_product start*/

.main {
        width: 74%;padding-right:0px;
    }
	
.ny_product_td{ float: left;overflow:hidden;padding:0 15.45px;}
.ny_product_td_text{ width:250px;overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}
	
/*ny_product end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:140px; height:140px;}
.index_hot_product_td_img_gd img{ max-height:140px;max-width:140px;}
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;padding:0px 25px 0px 25px;}
.index_hot_product_td_text_gd{ width:140px; overflow:hidden;}
/*gd end*/


/*.menu{display: none;}
.menu1{display: none;}*/
}



@media screen and (min-width:601px) and (max-width: 770px) {
.product_juzhong{width: 600px;margin:0 auto;}

/*chanpinkuan start*/

.index_hot_product_td{ float: left;overflow:hidden;padding:0 23px;}
.index_hot_product_td_text{ width:250px;overflow:hidden;}
/*chanpinkuan end*/


.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}


/*ny_product start*/
.layout,.main{width:600px;margin:0 auto; position:relative;}


.ny_product_td{ float: left;overflow:hidden;padding:0 23px;}
.ny_product_td_text{ width:250px;overflow:hidden;}



.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}



/*ny_product end*/
	
/*.menu{display: none;}
.menu1{display: none;}*/
}

@media screen and (min-width:501px)  and (max-width: 600px) {

/*chanpinkuan start*/
.index_hot_product_td_img{width:180px;height:180px;text-align:center;}
.index_hot_product_td_img img{max-height:180px;max-width:180px;}
.index_hot_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.index_hot_product_td_r{float: right;overflow:hidden; margin-right:10px}
.index_hot_product_td{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text{ width:180px; overflow:hidden;}
/*chanpinkuan end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:180px; height:180px;}
.index_hot_product_td_img_gd img{ max-height:180px;max-width:180px;}
 
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text_gd{ width:180px; overflow:hidden;}
/*gd end*/


.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}

.index_hot_product_td_10{ clear:both; height:0;}

.index_hot_product_td_12{ clear:both; height:0;}

.index_hot_product_td_14{ clear:both; height:0;}


/*ny_product start*/
.layout,.main{width:500px;margin:0 auto; position:relative;}
.ny_product_td_img{ width:200px; height:200px;}
.ny_product_td_img img{ max-height:200px;max-width:200px;}
.ny_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.ny_product_td_r{float: right;overflow:hidden; margin-right:10px}
.ny_product_td{overflow:hidden;padding:0 0px;}
.ny_product_td_text{ width:200px; overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

/*ny_product end*/
	
/*.menu{display: none;}
.menu1{display: none;}*/
}

@media screen and (min-width:400px)  and (max-width: 500px) {

/*chanpinkuan start*/
.index_hot_product_td_img{ width:150px; height:150px;text-align:center;}
.index_hot_product_td_img img{ max-height:150px;max-width:150px;}
.index_hot_product_td_l{float: left;overflow:hidden; margin-left:8px;}
.index_hot_product_td_r{float: right;overflow:hidden; margin-right:8px}
.index_hot_product_td{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text{ width:150px; overflow:hidden;}
/*chanpinkuan end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:160px; height:160px;}
.index_hot_product_td_img_gd img{ max-height:160px;max-width:160px;}
 
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text_gd{ width:160px; overflow:hidden;}
/*gd end*/


.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}


/*ny_product start*/
.layout,.main{width:95%;margin:0 auto; position:relative;}
.ny_product_td_img{ width:150px; height:150px;}
.ny_product_td_img img{ max-height:150px;max-width:150px;}
.ny_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.ny_product_td_r{float: right;overflow:hidden; margin-right:10px}
.ny_product_td{overflow:hidden;padding:0 0px;}
.ny_product_td_text{ width:155px; overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}

/*ny_product end*/

	
/*.menu{display: none;}
.menu1{display: none;}*/


}

@media screen and (max-width: 399px) {

/*chanpinkuan start*/
.index_hot_product_td_img{ width:140px; height:140px;text-align:center;}
.index_hot_product_td_img img{ max-height:140px;max-width:140px;}
.index_hot_product_td_l{float: left;overflow:hidden; margin-left:5px;}
.index_hot_product_td_r{float: right;overflow:hidden; margin-right:5px}
.index_hot_product_td{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text{ width:140px; overflow:hidden;}
/*chanpinkuan end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:140px; height:140px;}
.index_hot_product_td_img_gd img{ max-height:140px;max-width:140px;}
 
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text_gd{ width:140px; overflow:hidden;}
/*gd end*/



.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}



/*ny_product start*/
.layout,.main{width:95%;margin:0 auto; position:relative;}
.ny_product_td_img{ width:130px; height:130px;}
.ny_product_td_img img{ max-height:130px;max-width:130px;}
.ny_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.ny_product_td_r{float: right;overflow:hidden; margin-right:10px}
.ny_product_td{overflow:hidden;padding:0 0px;}
.ny_product_td_text{ width:130px; overflow:hidden;}


.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}

/*ny_product end*/
	
/*.menu{display: none;}
.menu1{display: none;}*/


}

@media screen and (max-width: 350px) {

/*chanpinkuan start*/
.index_hot_product_td_img{ width:130px; height:130px;text-align:center;}
.index_hot_product_td_img img{ max-height:130px;max-width:130px;}
.index_hot_product_td_l{float: left;overflow:hidden; margin-left:5px;}
.index_hot_product_td_r{float: right;overflow:hidden; margin-right:5px}
.index_hot_product_td{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text{ width:130px; overflow:hidden;}
/*chanpinkuan end*/

/*gd start*/
.index_hot_product_td_img_gd{ width:130px; height:130px;}
.index_hot_product_td_img_gd img{ max-height:130px;max-width:130px;}
 
.index_hot_product_td_gd{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text_gd{ width:130px; overflow:hidden;}
/*gd end*/


.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}

.index_hot_product_td_10{ clear:both; height:0;}

.index_hot_product_td_12{ clear:both; height:0;}

.index_hot_product_td_14{ clear:both; height:0;}


/*ny_product start*/
.ny_product_td_img{ width:110px; height:110px;}
.ny_product_td_img img{ max-height:110px;max-width:110px;}
.ny_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.ny_product_td_r{float: right;overflow:hidden; margin-right:10px}
.ny_product_td{overflow:hidden;padding:0 0px;}
.ny_product_td_text{ width:110px; overflow:hidden;}



.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}

/*ny_product end*/
	
/*.menu{display: none;}
.menu1{display: none;}*/


}

@media screen and (min-width:240px) and (max-width: 320px) {

/*chanpinkuan start*/
.index_hot_product_td_img{ width:90px; height:90px;text-align:center;}
.index_hot_product_td_img img{ max-height:90px;max-width:90px;}
.index_hot_product_td_l{float: left;overflow:hidden; margin-left:5px;}
.index_hot_product_td_r{float: right;overflow:hidden; margin-right:5px; clear:both;}
.index_hot_product_td{overflow:hidden;padding:0 0px;}
.index_hot_product_td_text{ width:90px; overflow:hidden;}
/*chanpinkuan end*/


.index_hot_product_td_2{ clear:both; height:0;}

.index_hot_product_td_4{ clear:both; height:0;}

.index_hot_product_td_6{ clear:both; height:0;}

.index_hot_product_td_8{ clear:both; height:0;}


/*ny_product start*/
.ny_product_td_img{ width:90px; height:90px;}
.ny_product_td_img img{ max-height:90px;max-width:90px;}
.ny_product_td_l{float: left;overflow:hidden; margin-left:10px;}
.ny_product_td_r{float: right;overflow:hidden; margin-right:10px}
.ny_product_td{overflow:hidden;padding:0 0px;}
.ny_product_td_text{ width:90px; overflow:hidden;}



.ny_product_td_2{ clear:both; height:0;}

.ny_product_td_4{ clear:both; height:0;}

.ny_product_td_6{ clear:both; height:0;}

.ny_product_td_8{ clear:both; height:0;}

.ny_product_td_10{ clear:both; height:0;}

.ny_product_td_12{ clear:both; height:0;}

.ny_product_td_14{ clear:both; height:0;}

/*ny_product end*/
	
/*.menu{display: none;}
.menu1{display: none;}*/


}



@media screen and (min-width:770px) and (max-width:1024px)
{

.ppp1{display: none;}
body{ background-image:inherit;}
/*DH_r*/
.syaboutdh_r{display: none;}
.syprodh_r{display: none;}
.sypro_g_dh_r{display: none;}

/*prdoucts*/
.syprony1{margin:0px;}


.zbleftsy{padding-left:0px;} 
.zbleftsy_r{padding-right:0px;}
.zbleftsy_4{padding-left:0px;} 
.zbleftsy_5{padding-left:0px;} 
.zbleftsy_7{padding-left:0px;} 
.zbrightsy_1{padding-right:0px;} 
.zbrightsy_1_r{padding-left:0px;} 
.zbrightsy_2{padding-right:0px;} 
.zbrightsy_4{padding-right:0px;} 
.zbrightsy_5{padding-right:0px;} 
.zbrightsy_7{padding-right:0px;} 
.zbyousy_4{padding-right:0px;}
.zbyousy_5{padding-right:0px;}
.zbyousy_7{padding-right:0px;}

}
@media screen and (min-width:240px) and (max-width:770px)
{
body{ background-image:inherit;}


.zbleftsy{
display: none;
}
.zbrightsy_1 {
width: auto;
float: none;
}
.zbrightsy_2{
width: auto;
float: none;
}

.syjj{display: none;}
/*DH_r*/{display: none;}
.syaboutdh_r{display: none;}
.syprodh_r{display: none;}
.sypro_g_dh_r{display: none;}
}
@media screen and (min-width:240px) and (max-width:480px)
{
.syaboutdh_l{display: none;}
.syaboutdh_r{display: none;}
.syprodh_l{display: none;}
.syprodh_r{display: none;}
.sypro_g_dh_l{display: none;}
.sypro_g_dh_r{display: none;}
.ppp{display: none;}
}

@media screen and (max-width:1200px)
{
.hangju img{ width:100%;height:100%;}
}


.main_kuanping{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
	}	

